PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DBackground Class / setExtend Method
True if the background should apply to the entire annotation. False if the background should apply only to the rectangle specified by the annotation's 3D view box.
In This Topic
    setExtend Method
    In This Topic
    Sets a value indicating whether the background is extended to entire annotation area.
    Syntax
    public void setExtend( 
       boolean value
    )

    Parameters

    value
    True if the background should apply to the entire annotation. False if the background should apply only to the rectangle specified by the annotation's 3D view box.
    See Also